Plain Message

This version of Lightspeed is too old to log into Lightspeed Server.

exception lsserver.auth.auth_service.LegacyInvalidUserAgent(message=None, **kwargs)

Bases: lscore.errors.server_errors.Unauthorized

Kind of lame but this error is for legacy clients that don’t talk 3.1+ That’s why the type is the actual string returned to the user.

HTTP code: 401 Unauthorized
Example: Unsupported client version. Please upgrade you client install.
type = 'This version of Lightspeed is too old to log into Lightspeed Server.'
localizable_message = <LocalizableMessage key='auth.unsupported_client_version' ...>